home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / patch / inp.h < prev    next >
C/C++ Source or Header  |  1994-08-18  |  668b  |  28 lines

  1. /* $Header: /home/dice/com/src/patch/RCS/inp.h,v 30.8 1994/08/18 05:51:54 dice Exp dice $
  2.  *
  3.  * $Log: inp.h,v $
  4.  * Revision 30.8  1994/08/18  05:51:54  dice
  5.  * .
  6.  *
  7.  * Revision 30.0  1994/06/10  18:08:49  dice
  8.  * .
  9.  *
  10.  * Revision 30.0  1994/06/10  18:08:49  dice
  11.  * .
  12.  *
  13.  * Revision 2.0  86/09/17  15:37:25  lwall
  14.  * Baseline for netwide release.
  15.  * 
  16.  */
  17.  
  18. EXT LINENUM input_lines INIT(0);    /* how long is input file in lines */
  19. EXT LINENUM last_frozen_line INIT(0);    /* how many input lines have been */
  20.                     /* irretractibly output */
  21.  
  22. bool rev_in_string();
  23. void scan_input();
  24. bool plan_a();            /* returns false if insufficient memory */
  25. void plan_b();
  26. char *ifetch();
  27.  
  28.